home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / packer / unzip41 / vms / vms_make.com < prev    next >
Encoding:
Text File  |  1991-03-24  |  340 b   |  10 lines

  1. $ !
  2. $ !    "Makefile" for VMS version of unzip
  3. $ !
  4. $ set verify    ! like "echo on", eh?
  5. $ define lnk$library sys$library:vaxcrtl.olb
  6. $ cc unzip,file_io,VMS_attr,mapname,match,misc,unimplod,unreduce,unshrink
  7. $ link unzip,file_io,VMS_attr,mapname,match,misc,unimplod,unreduce,unshrink,sys$input:/opt
  8. sys$share:vaxcrtl.exe/shareable
  9. $ set noverify
  10.